Package org.eclipse.vtp.framework.common.commands

Interface Summary
IControllerCommandVisitor A visitor capable of handling forward, include, and exit commands.
 

Class Summary
ControllerCommand Base class for forward, include, and exit commands.
ExitCommand A command that terminates an included process and returns control to the originating process.
ForwardCommand A command that tells the process engine to terminate the current process and pass control to another process.
IncludeCommand A command that tells the process engine to suspend the current process and pass control to another process, resuming the current process when the target process completes.